[t:/]$ 지식_

sed로 ESSID 뽑기

2012/08/19

dawnsea.cmd 생성

/*ESSID:/p
s/^ *ESSID:\"//g
s/\"$//pg
iwlist wlan0 scanning | sed -nf dawnsea.cmd

파일로 뽑고 싶으면 > 파이프 꺾어서..

grep 명령어는 다음과 같이 대치할 수 있겄쥬...

grep "DDDD"

sed -n "/DDDD/p"

....

iwlist wlan0 sc |sed -n '/ESSID:/{s/.*"\(.*\)"/\1/;p}'

이게 정석이군..





공유하기













[t:/] is not "technology - root". dawnsea, rss